DTD Validator
Description
DTD Validator checks XML source files or streams against a Document Type Definition (DTD) to verify that the content and structure comply with the defined rules. Use this process entry when your XML data must conform to a DTD-based specification — for example, validating legacy XML files that use DTD rather than XSD, or checking document structure before loading XML into a database. The validation result controls the process flow branching.
Configurations
| Field Name | Description |
|---|---|
| Process entry name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| XML File name | Specify or browse for the XML file. |
| Browse | Click to browse the XML file. |
| DTD Intern | Enable checkbox for internal DTD if elements are declared within the XML files . Enabling the checkbox disables the DTD file name below. |
| DTD File name | Specify or browse for the DTD file. |
| Browse | Browse for the DTD file. |